(bs--up): Remove interactive spec.
authorMichaël Cadilhac <michael.cadilhac@lrde.org>
Sun, 24 Dec 2006 17:27:20 +0000 (17:27 +0000)
committerMichaël Cadilhac <michael.cadilhac@lrde.org>
Sun, 24 Dec 2006 17:27:20 +0000 (17:27 +0000)
lisp/bs.el

index d0b929b2d85df4b20dfc24903c197cfbf2c047ba..a42b22e84360d8ad59270472516da170b64eff6e 100644 (file)
@@ -999,7 +999,6 @@ Uses function `vc-toggle-read-only'."
 (defun bs--up ()
   "Move cursor vertically up one line.
 If on top of buffer list go to last line."
-  (interactive "p")
   (if (> (count-lines 1 (point)) bs-header-lines-length)
       (forward-line -1)
     (goto-char (point-max))